object NoProtection: TNoProtection Left = 676 Top = 523 BorderStyle = bsDialog Caption = 'Purgeie - Warning - No Cookies are protected' ClientHeight = 264 ClientWidth = 442 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Bevel1: TBevel Left = 8 Top = 8 Width = 425 Height = 176 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 24 Width = 289 Height = 16 Caption = 'You have chosen to purge "Unprotected Cookies".' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 24 Top = 50 Width = 218 Height = 16 Caption = 'No Cookies are marked as Protected.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 24 Top = 76 Width = 304 Height = 16 Caption = 'If you choose "Continue", all Cookies will be deleted.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 24 Top = 102 Width = 298 Height = 16 Caption = 'If you choose "Bypass", no Cookies will be deleted.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 24 Top = 128 Width = 383 Height = 32 Caption = 'You can use the "Protect" button to access the "Protect" window ' + 'and then choose "Cookies" to list and protect the current Cookie' + 's.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object OKBtn: TButton Left = 127 Top = 224 Width = 75 Height = 25 Caption = 'Continue' ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 239 Top = 224 Width = 75 Height = 25 Cancel = True Caption = 'Bypass' Default = True ModalResult = 2 TabOrder = 0 end object CheckBox1: TCheckBox Left = 128 Top = 190 Width = 305 Height = 17 Caption = 'do not show this message again' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 end end